home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Python / macgetplatform.c < prev    next >
Text File  |  1995-08-14  |  42b  |  8 lines

  1.  
  2. char *
  3. getplatform()
  4. {
  5.     return "mac";
  6. }
  7.  
  8.